'Declaration Public Shared Sub RegisterCommand<TSourceCommandThe processing command type that must be overridden.,TOverrideCommandThe processing command type that overrides the processing command of type>( _.
ByVal decoderTypeThe image decoder type for which the processing command must be overridden.As System.Type _
) (Of TSourceCommandThe processing command type that must be overridden.As ProcessingCommandBase, TOverrideCommandThe processing command type that overrides the processing command of type TSourceCommand.As TSourceCommand, New})
public static void RegisterCommand<TSourceCommand,TOverrideCommand>(
System.Type decoderType
) where TSourceCommand: ProcessingCommandBase where TOverrideCommand: TSourceCommand, new()
public: static void RegisterCommand<TSourceCommand,TOverrideCommand>(
System.Type* decoderType
) where TSourceCommand: ProcessingCommandBase* where TOverrideCommand: TSourceCommand, new()
generic<typename TSourceCommand> generic<typename TOverrideCommand> public:
static void RegisterCommand(
System.Type^ decoderType
) where TSourceCommand: ProcessingCommandBase^ where TOverrideCommand: TSourceCommand, gcnew()
Parameters
- decoderType
- The image decoder type for which the processing command must be overridden.
Type Parameters
- TSourceCommand
- The processing command type that must be overridden.
- TOverrideCommand
- The processing command type that overrides the processing command of type TSourceCommand.